Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 6 - Style Objects / Style Objects Reference
Style Objects Routines / Managing Backfacing Styles


Q3BackfacingStyle_Get

You can use the Q3BackfacingStyle_Get function to get the backfacing style value of a backfacing style.

TQ3Status Q3BackfacingStyle_Get (
TQ3StyleObject backfacingObject, 
TQ3BackfacingStyle *backfacingStyle);
backfacingObject
A backfacing style object.
backfacingStyle
On exit, a pointer to the backfacing style value of the specified backfacing style object.
DESCRIPTION
The Q3BackfacingStyle_Get function returns, in the backfacingStyle parameter, a pointer to the current backfacing style value of the backfacing style object specified by the backfacingObject parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996